trace

open fun trace(message: String, arguments: Array<Any>)

Logs a TRACE message with the given arguments.

Parameters

message

the message to log

arguments

the array of arguments to the message


open fun trace(msgSupplier: Supplier<String>)

Logs a lazily constructed TRACE message.

Parameters

msgSupplier

a function, which when called, produces the desired log message